@charset "utf-8";
/* CSS Document */
html {
  background: #ddd;
}

body {
  min-width: 1250px;
  font-size: 64.299%;
  background-color: #fff;
  color: #444;
  font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
  color: #323232;
  -webkit-font-smoothing: subpixel-antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset, img {
  border: 0;
}

img, object {
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #1A7BDB;
  text-decoration: none;
}

input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

ul, ol, li {
  list-style: none outside none;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
  /*content: none;*/
}

input, textarea, select {
  font-weight: inherit;
}

input, select, textarea, button {
  vertical-align: middle
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.banner_wrap {
  margin: 0 auto;
  position: relative;
}

#main {
  width: 100%;
  overflow: hidden;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .til_slides {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li a {
  display: block;
}

.flexslider .slides > li.clone {
  position: relative
}

.flexslider .slides img {
  width: 100%;
  display: block;
  height: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin-top: -24px;
  /*margin: -50px 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*罪魁祸首*/
  /*opacity: 0;*/
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-indent: -999em
}

.flex-direction-nav .flex-prev {
  left: 10px;
  background: url(../images/lf.png) no-repeat center center;
}

.flex-direction-nav .flex-next {
  right: 10px;
  background: url(../images/rt.png) no-repeat center center;
}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: #ddd
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/*头部样式*/
.wrap_header {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 999;
}

.header_wrap {
  width: 100%;
  position: relative;
  height: 91px;
  background-color: #0070C0;
}

.topnav {
  width: 100%;
  /*height: 30px;*/
  height: 0;
}

.top_nav {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.header_logo {
  max-width: 1654px;
  min-width: 320px;
  height: 91px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.logo {
  position: relative;
  float: left;
  height: 91px;
  box-sizing: border-box;
  width: 100%;
}

.logoImg {
  margin-top: 23px;
  margin-left: 10px;
  vertical-align: middle;
  width: 414px;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.webTitle {
  line-height: 91px;
  height: 91px;
  margin-left: 30px;
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*新增*/
.webTitle a {
  color: #FFFFFF;
}

.webTitleTop {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}

.webTitleBottom {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 15px;
}

/*新增*/
.webTitleEnglish {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
}

.top_nav a {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 14px;
  color: #c7d2e4;
}

.top_nav a:hover {
  color: #FFF
}


.btn_ser {
  display: inline-block;
  width: 34px;
  height: 31px;
  cursor: pointer;
}

.btn_ser img {
  vertical-align: middle;
}

.ser {
  display: block;
  width: 400px;
  height: 43px;
  /*right: 0;*/
  right: 10px;
  top: 25px;
  line-height: 43px;
  z-index: 9999;
  border-radius: 5px;
  border: 1px solid #E0E2E5;
}

.search {
  width: 400px;
  height: 43px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}

.search input {
  position: absolute;
  width: 400px;
  height: 43px;
  line-height: 43px;
  top: 0;
  padding-left: 0;
  background: #FFFFFF;
  border: none;
  color: #D1D1D1;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}

.search input.notxt {
  padding-left: 13px;
  width: 400px;
  height: 43px;
  line-height: 43px;
}

.search input.notxt1 {
  position: absolute;
  width: 40px;
  height: 43px;
  top: 0;
  right: 1px;
  border: none;
  background: url(../images/searchButton.png) no-repeat center center;
  cursor: pointer;
  overflow: hidden;
}

.top li.Enlish {
  width: 7.1%;
}

.nser {
  display: block;
  width: 100%;
  background-color: #fff
}

.nser .search {
  width: 100%;
}

.nser .search input.notxt {
  width: 92%;
  left: 0;
  padding-left: 13px;
}

.nser .search input.notxt1 {
  right: 5px;
}

/*导航*/
.wraq_nav {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.nav {
  width: 100%;
  float: left;
  height: 60px;
  text-align: center;
  background-color: #DEDEDE;
}

/*新的导航栏*/
.mainUl {
  /*max-width: 1366px;*/
  min-width: 1200px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin: 0 auto;
  padding: 0 40px;
}

/*.mainUl li {*/
.mainLi {
  height: 60px;
  padding: 0 30px;
  position: relative;
}

.mainLia {
  height: 60px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0070C0;
  line-height: 60px;
}

.mainLia:hover {
  color: #1A7BDB;
}

.mainLi:hover {
  box-sizing: border-box;
  border-bottom: 3px solid #FFFFFF;
}

.mainLi ul li {
  float: none;
}

/*关键一：将二级菜单设置为display：none;*/
/*.mainLi ul和subUl为什么效果不一样*/
.mainLi ul {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
}

.subUl li a {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
}

.subUlLiEn {
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.subUlLiEn a {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.mainLi ul li {
  width: 100%;
  /*background: #2C3743;*/
  background: #6399d3;
  opacity: 0.9;
}

.mainLi ul li:hover {
  background: #2C3743;
  opacity: 0.9;
}

/*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/
.mainLi:hover ul {
  display: block;
}

.wrap_header.current .header_logo {
  height: 69px;
}

.wrap_header.current .logo {
  transition: width 0.3s ease 0s;
  -webkit-transition: width 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s;
  width: 230px;
  height: 49px;
  padding: 5px 0 0 0;
}

.wrap_header.current .logo a {
  display: block;
}

.wrap_header.current .logo .logo_02 {
  margin-top: 7px;
}

.wrap_header.current {
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  z-index: 9999;
}

.wrap_header.current .wraq_nav {
  height: 41px;
  z-index: 9999;
  margin-left: 33%;
}

.wrap_header.current .nav {
  height: 41px;
  line-height: 41px;
  margin: 0;
}

.wrap_header.current .nav li {
  width: 10%;
  background: none;
  font-size: 0.9em;
  height: 41px;
  line-height: 41px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}

.wrap_header.current .nav ul {
  background: none;
  height: 41px;
}

/*header没什么用啊*/
.wrap_header.current .header {
  height: 69px;
}

.wrap_header.current .nav li a {
  color: #fff;
  font-size: 1.6em;
}

.wrap_header.current .nav li:hover {
  cursor: pointer;
  font-weight: normal;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  border-bottom: 0;
}

.wrap_header.current .nav li:hover a {
  color: #fff;
}

.wrap_header.current .nav li .subNav {
  display: none;
  top: 69px;
}

.wrap_header.current .topWrap {
  display: none;
}

.wrap_header.current .xiaoxun {
  margin-top: 20px;
}

/*新闻中心*/
.NewsCenter {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
}

.NewsCenterTitleCSS {
  display: flex;
  padding: 40px 0;
  justify-content: center;
}

.NewsCenterTitle {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.headerGroup {
  background: #0070C0;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
}

.MoreNews {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #8E8E8E;
  line-height: 33px;
  position: absolute;
  margin-top: -75px;
  right: 5%;
}

.NewsContent {
  display: flex;
  justify-content: space-between;
  background: #AED5FC;
}

.NewsContentBorder {
  background: #1A7BDB;
  width: 30px;
}

.NewsContentImage {
  width: 100%;
}

.NewsContent1, .NewsContent2, .NewsContent3 {
  width: 33%;
  padding: 30px 0;
}

.NewsContent2 {
  padding: 30px;
}

.NewsContent3 {
  padding: 30px 0;
}

/*全部通知*/
.notice {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}

.notice1 {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
}

.articleContent {
  background-color: #F7F5F5;
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.notice2 {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.noticeContent {
  width: 80%;
  margin: 0 auto;
  position: relative;
  /*新增*/
  min-width: 1200px
}

.linksLi {
  float: left;
  width: 24%;
  height: 40px;
  border-right: 1px solid #D8D8D8;
}

.linksLi:last-child {
  border-right: none;
}

.linksImg {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 20%;
  /*vertical-align: middle;*/
}

.linksText {
  font-size: 16px;
  margin-left: 20px;
  line-height: 40px;
  cursor: pointer;
  /*height: 40px;*/
}

.linksText:hover {
  color: #1A7BDB;
}

.noticeLineHalf {
  width: 50%;
  position: absolute;
  height: 1px;
  background-color: #D9D9D9;
  top: 70px;
}

.noticeTab {
  display: flex;
}

.noticeLeft, .noticeRight {
  width: 50%;
  float: left;
}

.contentPart {
  width: 320px;
  float: left;
}
.noticePart {
  width: 30%;
  float: left;
}
#articleMainContent {
  float: left;
  width: calc(100% - 350px);
  min-height: 800px;
  background-color: #ffffff;
  padding: 30px 50px 80px 50px;
  box-sizing: border-box;
}
.articleBorder {
  padding-bottom: 10px;
  border-bottom: 2px solid #0070C0;
}
.articleTitleLink {
  height: 27px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #676767;
}
.articleTitleLink a:hover {
  color: #1A7BDB;
}
.articleTitleHeader {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin: 20px 0;
  color: #0070C0;
}
.articleTitleHeaderExtra {
  border-bottom: 1px solid #D8D8D8;
  height: 35px;
  margin: 20px 0;
  text-align: center;
}
.articleTitleHeaderExtra span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 23px;
  margin-right: 30px;
}
.articleArt {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #404040;
  line-height: 29px;
}
.list01 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.list01 li {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dashed #D0D0D0;
  /*line-height: 50px;*/
  /*height: 50px;*/
  box-sizing: border-box;
}
.list01 li:last-child {
  border-bottom: none;
}

.list01 li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #005BAD;
  vertical-align: middle;
  float: left;
  margin-top: 29px;
}

.list01 li a {
  /*display: block;*/
  padding: 20px 0 20px 15px;
  width: 83%;
  line-height: 23px;
  color: #282828;
  float: left;
  font-family: "微软雅黑";
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list01 li a:hover {
  color: #004ea2;
}
/*第2种*/
.articleTitleLink02 {
  margin-top: 40px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0070C0;
  line-height: 33px;
  text-align: center;
}
.list02 {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.list02 li {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.list02 li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #005BAD;
  vertical-align: middle;
  float: left;
  margin-top: 26px;
}

.list02 li a {
  /*display: block;*/
  padding: 20px 0 20px 25px;
  width: 83%;
  line-height: 23px;
  color: #0070C0;
  float: left;
  font-family: "微软雅黑";
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list02 li a:hover {
  color: #004ea2;
}
.rightDate {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #999999;
  line-height: 50px;
  height: 50px;
  margin-top: 10px;
}
/*分页*/
.pages {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  clear: both;
  margin: 20px 0 30px;
}

.pages a {
  padding: 0 5px;
}

.pages_min {
  margin-top: 25px;
  overflow: hidden;
  display: none;
  padding: 0 18px;
  font-size: 1.3em;
}

.pages_min a.prev_min, .pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #dedede;
  border-radius: 3px;
  color: #003c7f;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #004ea2;
  color: #fff;
  transition: 0.5s;
}
.noticeNews {
  margin-top: 30px;
}

.noticeNews li {
  border-bottom: 1px dashed #D0D0D0;
}

.noticeNewsSpecial li:before {
  display: none !important;
}

.noticeNews li:last-child {
  border-bottom: none;
}

.noticeNewsEach {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noticeNewsEachA {
  color: #0070C0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.noticeNewsEachA:hover {
  padding-left: 15px;
}

.noticeNewsEach:before {
  content: "";
  width: 16px;
  height: 4px;
  display: inline-block;
  background: #005BAD;
  vertical-align: middle;
  float: left;
  margin-top: 23px;
  margin-right: 10px;
}

.noticeNewsEach a:hover, .noticeNewsText a:hover {
  color: #1A7BDB;
}

.noticeNewsText {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303030;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
  text-overflow: ellipsis;
}

.noticeDate {
  color: #979797;
  width: 90px;
  display: block;
  /*margin-bottom: 10px;*/
  margin-bottom: 5px;
  font-size: 15px;
  margin-left: 20px;
  height: 20px;
}

.noticeDate:before {
  content: "";
  background: url(../images/time.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: 9px;
}

.noticeNewsGroup {
  margin: 20px 0;
}

.noticeNewsGroup1 {
  width: 50%;
}

.noticeNewsGroup1Name {
  color: #1A7BDB;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  padding-bottom: 30px;
}

.noticeNewsGroupTitle {
  font-size: 19px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #303030;
  line-height: 27px;
}

.noticeNewsGroupContent {
  margin: 15px 0;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #8C8C8C;
  line-height: 27px;
}

.noticeCalendarBottom {
  width: 100%;
  height: 69px;
  background: #FFFFFF;
  border-left: 23px solid #0070C0;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #505050;
  line-height: 27px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.noticeCalendarBottom:hover {
  color: #1A7BDB;
}
.noticeUnderline {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #D0D0D0;
}

.noticeArrow {
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: #1A7BDB;
  border-radius: 50%;
  margin-top: 10px;
  float: left;
}

.ui-nav {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
}

/*文章相关*/
.Annex h3 {
  font-size: 16px;
  line-height: 30px;
  color: #068ecc;
  padding-left: 5px;
}

.Annex ul li {
  height: 26px;
  line-height: 26px;
  padding-left: 28px;
}

.Annex ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #656464;
}

.Annex ul li a:hover {
  color: #068ecc;
}
.articleHeader {
  width: 320px;
  height: 87px;
  background: linear-gradient(180deg, #067BCE 0%, #2DA1DB 57%, #54C2DD 100%);
  position: relative;
}

.articleInnerHeader {
  width: 193px;
  height: 53px;
  background: #0067B0;
  border-radius: 0 8px 8px 0;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -26.5px;
}
#articleHeaderList {
  width: 320px;
  background: #FFFFFF;
  padding-bottom: 20px;
  min-height: 713px;
  height: 100%;
  box-sizing: border-box;
}
#articleHeaderList li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 13px;
  margin-right: 20px;
  width: 7px;
  height: 7px;
  background: #0067B0;
  border-radius: 50%;
}
#articleHeaderList li a {
  font-size: 16px;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #3E3E3E;
  line-height: 29px;
  width: 240px;
  margin: 0 auto;
  box-sizing: border-box;
}
#articleHeaderList li a:hover {
  color: #0070C0;
}
.teacherActive {
  color: #0070C0 !important;
  font-weight: 600;
}
.outcomeMore {
  float: right;
  color: #0070C0;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
}

.outcomeMore:after {
  content: '';
  background: url(../images/more.png) no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

/*链接*/
.Links {
  width: 100%;
  height: 200px;
  background-color: #4B4F58;
  position: relative;
}

.LinksArea {
  width: 80%;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-top: -70px; 宽度不确定*/
  transform: translate(-50%, -50%);
}

.LinksContentLeft {
  float: left;
}

.LinksContentRight {
  float: right;
}

.wechatGroup {
  float: left;
  margin-left: 20px;
}

.wechatImg {
  width: 30px;
  line-height: 60px;
  vertical-align: middle
}

.wechatImgCode {
  width: 100px;
  margin-top: 10px;
}

.wechatGroup:hover .wechatImg {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out;
}

.copyItem1 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 30px;
}

/*footer*/
.footer {
  width: 100%;
  overflow: hidden;
  background-color: #1A7BDB;
  position: relative;
  padding: 20px 0;
}

.footerArea {
  width: 70%;
  margin: 0 auto;
}

.copyRight {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.copyItem {
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.goTop {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 99;
  color: #0070C0;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  transition: none;
}

.goTop i {
  color: #0070C0;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.goTop:hover i, .goTop:hover {
  color: #e46856;
  cursor: pointer;
}

.goTop:hover i {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}

@keyframes rotate {
  from {
    transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    -moz-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }
  to {
    -webkit-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}

/*手机端导航*/
.snav {
  display: none;
  height: 38px;
  right: 0;
  top: 83px;
  z-index: 1002;
  width: 100%;
  background: #004691;
}

.mbtn {
  display: block;
  width: 30px;
  height: 30px;
  left: 7px;
  top: -2px;
  z-index: 1002;
  cursor: pointer;
}

#Index_mbtn {
  margin: 0 auto;
  width: 16px;
  height: 18px;
  display: block;
  margin-top: 10px;
  color: #fff;
}

.mbtn .m {
  font-size: 12px;
  font-weight: 400;
  font-family: Arial;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  height: 20px;
}

.navm {
  width: 100%;
  z-index: 9999;
  line-height: 30px;
  background-color: #004ea2;
  overflow: hidden;
  text-align: left;
  display: none;
  top: 38px;
  left: 0;
}

.navm li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #054386;
}

.navm li a {
  font-size: 14px;
  width: 120px;
  float: left;
  line-height: 18px;
  padding: 10px 0;
  color: #fff;
  padding-left: 13px;
  display: block;
}

.navm li a:hover {
  color: #fff;
}

.navm li span {
  padding: 10px 10px 0 0;
  float: right;
  margin-right: 7px;
  color: #fff;
  cursor: pointer;
}

.navm dl {
  background-color: #fff;
  color: #004489;
  padding-left: 20px;
}

.navm dl dd {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.navm li.on dl dd a {
  display: block;
  font-size: 14px;
  color: #282828;
  line-height: 30px;
  height: 30px;
}

.navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  display: block;
  border: none;
  padding: 0;
}

.navm li dl dd a:hover {
  color: #7F189A;
}

.subNavs {
  width: 100%;
  overflow: hidden;
  display: none;
}

.nlinks {
  width: 100%;
  overflow: hidden;
}

.nlinks span {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.nlinks span a {
  color: #fff;
  font-size: 14px;
}

.content {
  width: 100%;
  overflow: hidden;
}

/*图片轮播*/
/*FlexSlider默认样式*/
.Banner {
  width: 100%;
  margin-top: 30px;
  /*float: left;*/
}

.Banner .flexslider {
  width: 100%;
  background: #fff;
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.Banner .flexslider ul li {
  list-style: none;
  /*这两个不需要*/
  /*height: 0;*/
  /*padding-bottom: 28%;*/
  overflow: hidden;
  *height: auto;
  /**padding-bottom: 0;*/
}

.Banner .flexslider ul li img {
  border: none;
}

.Banner .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


.Banner .flexslider .slides {
  zoom: 1;
  width: 100%;
  padding: 0;
}

.Banner .carousel li {
  margin-right: 5px;
}

/*icon小点*/
.Banner .flex-control-nav {
  width: 120px;
  position: absolute;
  bottom: 6px;
  right: 0;
  text-align: center;
  z-index: 99;
}

.Banner .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.Banner .flex-control-paging li a {
  float: left;
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/con1.png) no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}

.Banner .flex-control-paging li a:hover {
  background: url(../images/con1.png) no-repeat;
}

.Banner .flex-control-paging li a.flex-active {
  background: url(../images/con2.png) no-repeat;
}

.Banner .slides h4 a {
  color: #fff;
  opacity: 1.0;
  font-size: 14px;
  text-decoration: none;
}

.Banner .slides h4 a:hover {
  color: #fff;
  font-size: 14px;
}

.Banner .flexslider ul li > div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 35px;
  color: #fff;
  /*background-color: #004ea2;*/
  background-color:rgba(0,0,0,  0.5);
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  text-indent: 20px;
  z-index: 9999;
}

.Banner .flexslider ul li > div a {
  font-size: 14px;
  color: #fff;
}

ul li span.rightDate {
  float: right;
  font-size: 1.6em;
  color: #999999;
  font-family: 'Arial';
}

@media screen  and (max-width: 1900px) {
  .noticeNewsEachA {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
  }
}
@media screen  and (max-width: 1700px) {
  .noticeNewsEachA {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media screen  and (max-width: 1600px) {
  .noticeNewsEachA {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
  }
}
@media screen  and (max-width: 1618px) {
  .mainLia {
    font-size: 18px;
  }
}

@media screen  and (max-width: 1514px) {
  .mainLi {
    padding: 0 30px;
  }

  .webTitleTop {
    font-size: 22px;
    text-align: center;
  }
}

@media screen  and (max-width: 1200px) {
  .academicContentPic {
    display: none;
  }

  .academicContentText {
    width: 100%;
  }

  .goTop {
    right: 10px;
  }

  .top, .header_logo {
    width: 98%;
    margin: 0 auto;
  }
}

@media screen  and (max-width: 880px) {
  #ser2 {
    display: block;
    position: static;
    width: 100%;
  }

  .search {
    width: 100%;
  }

  .search input.notxt {
    width: 100%;
  }

  .ser, .home, .topnav {
    display: none;
  }

  .mbtn {
    display: block;
  }

  .logo {
    width: 100%;
    /*padding: 4% 0;*/
    margin: 0 auto;
    /*float: none;*/
    float: left;
  }

  .logo a {
    /*display: inline-block;*/
    text-align: center;
  }

  .wraq_nav {
    display: none;
  }

  .footer .logo02 {
    float: none;
    text-align: center;
  }

  .footer p {
    text-align: center;
  }

  .header_wrap {
    height: 91px;
  }
}

/*新增新闻中心换行*/
@media screen and (max-width: 800px) {
  .NewsContent {
    display: block;
  }

  .NewsContent1 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .copy_wrap p {
    width: 95%;
    line-height: 22px;
    height: 21px;
    text-align: center;
    margin: 0 auto;
  }

  .snav {
    top: 67px;
  }

  .footerLogo {
    width: 100%;
    margin: 0 auto 0;
  }

  .footerLogo a {
    text-align: center;
  }

  .copy_wrap {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    min-height: 52px;
  }

  .copy_wrap p {
    font-size: 10px;
  }

  .logo .logo_02 {
    margin-top: 6px;
  }

  .address {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header_logo {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .webTitle {
    margin-left: 10px;
  }
}
